home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMWATCHEDIT / TFRMWATCHEDIT.txt
Text File  |  2006-11-06  |  4KB  |  184 lines

  1. object frmWatchEdit: TfrmWatchEdit
  2.   Left = 371
  3.   Top = 10
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit watch'
  6.   ClientHeight = 482
  7.   ClientWidth = 398
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poOwnerFormCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   DesignSize = (
  16.     398
  17.     482)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object gbWatch: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 383
  24.     Height = 435
  25.     Anchors = [akLeft, akTop, akRight, akBottom]
  26.     Caption = 'Watch settings'
  27.     TabOrder = 2
  28.     DesignSize = (
  29.       383
  30.       435)
  31.     object lblDescription: TLabel
  32.       Left = 8
  33.       Top = 72
  34.       Width = 57
  35.       Height = 13
  36.       Caption = 'Description:'
  37.     end
  38.     object edTitle: TLabeledEdit
  39.       Left = 8
  40.       Top = 40
  41.       Width = 367
  42.       Height = 21
  43.       Anchors = [akLeft, akTop, akRight]
  44.       EditLabel.Width = 24
  45.       EditLabel.Height = 13
  46.       EditLabel.Caption = 'Title:'
  47.       TabOrder = 0
  48.     end
  49.     object memDescription: TJvMemo
  50.       Left = 8
  51.       Top = 88
  52.       Width = 366
  53.       Height = 65
  54.       AutoSize = False
  55.       ClipboardCommands = [caCopy, caCut, caPaste]
  56.       MaxLines = 0
  57.       HideCaret = False
  58.       Anchors = [akLeft, akTop, akRight]
  59.       ScrollBars = ssVertical
  60.       TabOrder = 1
  61.     end
  62.     object gbReminder: TGroupBox
  63.       Left = 8
  64.       Top = 160
  65.       Width = 367
  66.       Height = 267
  67.       Anchors = [akLeft, akTop, akRight, akBottom]
  68.       Caption = 'Reminder'
  69.       TabOrder = 2
  70.       DesignSize = (
  71.         367
  72.         267)
  73.       object lblDate: TLabel
  74.         Left = 8
  75.         Top = 24
  76.         Width = 27
  77.         Height = 13
  78.         Caption = 'Date:'
  79.       end
  80.       object lblEmail: TLabel
  81.         Left = 8
  82.         Top = 76
  83.         Width = 228
  84.         Height = 13
  85.         Caption = 'Send an email reminder with a link to this file to:'
  86.       end
  87.       object lblTime: TLabel
  88.         Left = 124
  89.         Top = 24
  90.         Width = 26
  91.         Height = 13
  92.         Caption = 'Time:'
  93.       end
  94.       object edTime: TJvMaskEdit
  95.         Left = 124
  96.         Top = 40
  97.         Width = 37
  98.         Height = 21
  99.         ClipboardCommands = []
  100.         Enabled = False
  101.         EditMask = '!90:00;1;-'
  102.         MaxLength = 5
  103.         TabOrder = 2
  104.         Text = '  :  '
  105.       end
  106.       object dtpDate: TJvDatePickerEdit
  107.         Left = 8
  108.         Top = 40
  109.         Width = 109
  110.         Height = 21
  111.         AllowNoDate = True
  112.         CalendarAppearance.WeekNumbers = True
  113.         Checked = True
  114.         ClipboardCommands = []
  115.         TabOrder = 0
  116.       end
  117.       object cbSetTime: TCheckBox
  118.         Left = 200
  119.         Top = 38
  120.         Width = 57
  121.         Height = 17
  122.         Caption = 'Set &time'
  123.         Enabled = False
  124.         TabOrder = 1
  125.         Visible = False
  126.         OnClick = cbSetTimeClick
  127.       end
  128.       object btnSelectReceivers: TButton
  129.         Left = 8
  130.         Top = 233
  131.         Width = 121
  132.         Height = 26
  133.         Anchors = [akLeft, akBottom]
  134.         Caption = '&Select receivers...'
  135.         TabOrder = 3
  136.         OnClick = btnSelectReceiversClick
  137.       end
  138.       object lbReceivers: TMemo
  139.         Left = 8
  140.         Top = 92
  141.         Width = 351
  142.         Height = 135
  143.         Cursor = crArrow
  144.         TabStop = False
  145.         Anchors = [akLeft, akTop, akRight, akBottom]
  146.         Lines.Strings = (
  147.           '')
  148.         PopupMenu = pmHideStandard
  149.         ReadOnly = True
  150.         TabOrder = 4
  151.         OnDblClick = btnSelectReceiversClick
  152.         OnEnter = lbReceiversEnter
  153.       end
  154.     end
  155.   end
  156.   object btnOK: TButton
  157.     Left = 232
  158.     Top = 450
  159.     Width = 75
  160.     Height = 25
  161.     Anchors = [akRight, akBottom]
  162.     Caption = '&OK'
  163.     Default = True
  164.     ModalResult = 1
  165.     TabOrder = 0
  166.     OnClick = btnOKClick
  167.   end
  168.   object btnCancel: TButton
  169.     Left = 315
  170.     Top = 450
  171.     Width = 75
  172.     Height = 25
  173.     Anchors = [akRight, akBottom]
  174.     Cancel = True
  175.     Caption = '&Cancel'
  176.     ModalResult = 2
  177.     TabOrder = 1
  178.   end
  179.   object pmHideStandard: TPopupMenu
  180.     Left = 304
  181.     Top = 196
  182.   end
  183. end
  184.